cosmetics

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26292 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2008-09-03 18:30:05 +00:00
parent 37e389baf7
commit 78767f76fe
3 changed files with 3 additions and 3 deletions

View File

@ -38,7 +38,7 @@ private:
/// apply dialog /// apply dialog
void applyView(); void applyView();
/// update dialog /// update dialog
void updateContents() { }; void updateContents() {}
/// ///
bool initialiseParams(std::string const & data); bool initialiseParams(std::string const & data);
/// ///

View File

@ -77,7 +77,7 @@ private:
/// Apply changes /// Apply changes
void applyView(); void applyView();
/// update /// update
void updateContents() { }; void updateContents() {}
/// Browse for a file /// Browse for a file
QString browse(QString const &, Type) const; QString browse(QString const &, Type) const;

View File

@ -39,7 +39,7 @@ private:
/// Apply changes /// Apply changes
void applyView(); void applyView();
/// update /// update
void updateContents() { }; void updateContents() {}
/// ///
bool initialiseParams(std::string const & data); bool initialiseParams(std::string const & data);
/// ///