diff options
Diffstat (limited to 'extensions/source/dbpilots/wizardcontext.hxx')
-rw-r--r-- | extensions/source/dbpilots/wizardcontext.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/extensions/source/dbpilots/wizardcontext.hxx b/extensions/source/dbpilots/wizardcontext.hxx index 6f23877f4468..ec4ea9f3202c 100644 --- a/extensions/source/dbpilots/wizardcontext.hxx +++ b/extensions/source/dbpilots/wizardcontext.hxx @@ -33,14 +33,14 @@ #include <com/sun/star/drawing/XControlShape.hpp> #include <com/sun/star/frame/XModel.hpp> -//......................................................................... + namespace dbp { -//......................................................................... - //===================================================================== + + //= OControlWizardContext - //===================================================================== + struct OControlWizardContext { // the global data source context @@ -80,9 +80,9 @@ namespace dbp sal_Bool bEmbedded; }; -//......................................................................... + } // namespace dbp -//......................................................................... + #endif // _EXTENSIONS_DBP_WIZARDCONTEXT_HXX_ |