diff options
Diffstat (limited to 'sfx2/inc/srchdlg.hxx')
-rw-r--r-- | sfx2/inc/srchdlg.hxx | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sfx2/inc/srchdlg.hxx b/sfx2/inc/srchdlg.hxx index 3adfb9f2bb17..a1bff758f80c 100644 --- a/sfx2/inc/srchdlg.hxx +++ b/sfx2/inc/srchdlg.hxx @@ -25,13 +25,13 @@ #include <vcl/fixed.hxx> #include <sfx2/basedlgs.hxx> -// ============================================================================ + namespace sfx2 { -// ============================================================================ + // SearchDialog -// ============================================================================ + class SearchDialog : public ModelessDialog { @@ -78,11 +78,11 @@ public: virtual void StateChanged( StateChangedType nStateChange ); }; -// ============================================================================ + } // namespace sfx2 -// ============================================================================ + #endif // INCLUDED_SFX2_INC_SRCHDLG_HXX |