summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/guisaveas.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/guisaveas.cxx')
-rw-r--r--sfx2/source/doc/guisaveas.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/source/doc/guisaveas.cxx b/sfx2/source/doc/guisaveas.cxx
index be619af4a12d..72918b4174d1 100644
--- a/sfx2/source/doc/guisaveas.cxx
+++ b/sfx2/source/doc/guisaveas.cxx
@@ -181,9 +181,9 @@ static sal_Int32 getDontFlags( sal_Int8 nStoreMode )
| ( ( ( nStoreMode & EXPORT_REQUESTED ) && !( nStoreMode & WIDEEXPORT_REQUESTED ) ) ? SFX_FILTER_IMPORT : 0 ) );
}
-//=========================================================================
+
// class DocumentSettingsGuard
-//=========================================================================
+
class DocumentSettingsGuard
{
@@ -244,9 +244,9 @@ public:
};
} // anonymous namespace
-//=========================================================================
+
// class ModelData_Impl
-//=========================================================================
+
class ModelData_Impl
{
SfxStoringHelper* m_pOwner;
@@ -1298,9 +1298,9 @@ OUString ModelData_Impl::GetRecommendedName( const OUString& aSuggestedName, con
}
-//=========================================================================
+
// class SfxStoringHelper
-//=========================================================================
+
SfxStoringHelper::SfxStoringHelper()
{