diff options
Diffstat (limited to 'extensions/source/bibliography/bibview.hxx')
-rw-r--r-- | extensions/source/bibliography/bibview.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/extensions/source/bibliography/bibview.hxx b/extensions/source/bibliography/bibview.hxx index cc3d0332e9e4..80f0949abfad 100644 --- a/extensions/source/bibliography/bibview.hxx +++ b/extensions/source/bibliography/bibview.hxx @@ -29,12 +29,12 @@ class BibDataManager; namespace com{ namespace sun{ namespace star{ namespace awt{ class XFocusListener;}}}} -//......................................................................... + namespace bib { -//......................................................................... - // ----------------------------------------------------------------------- + + class BibView : public BibWindow, public FormControlContainer { private: @@ -69,9 +69,9 @@ namespace bib virtual sal_Bool HandleShortCutKey( const KeyEvent& rKeyEvent ); // returns true, if key was handled }; -//......................................................................... + } // namespace bib -//......................................................................... + #endif |