summaryrefslogtreecommitdiff
path: root/binfilter/bf_svtools/source/config/svt_cacheoptions.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'binfilter/bf_svtools/source/config/svt_cacheoptions.cxx')
-rw-r--r--binfilter/bf_svtools/source/config/svt_cacheoptions.cxx12
1 files changed, 0 insertions, 12 deletions
diff --git a/binfilter/bf_svtools/source/config/svt_cacheoptions.cxx b/binfilter/bf_svtools/source/config/svt_cacheoptions.cxx
index ff31d76c8..98e0cf0bd 100644
--- a/binfilter/bf_svtools/source/config/svt_cacheoptions.cxx
+++ b/binfilter/bf_svtools/source/config/svt_cacheoptions.cxx
@@ -17,10 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-//_________________________________________________________________________________________________________________
-// includes
-//_________________________________________________________________________________________________________________
-
#include "cacheoptions.hxx"
#include <unotools/configmgr.hxx>
@@ -41,10 +37,6 @@ using namespace ::com::sun::star::uno;
namespace binfilter
{
-//_________________________________________________________________________________________________________________
-// const
-//_________________________________________________________________________________________________________________
-
#define ROOTNODE_START OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Common/Cache" ))
#define DEFAULT_WRITEROLE 20
#define DEFAULT_DRAWINGOLE 20
@@ -111,10 +103,6 @@ private:
sal_Int32 mnGrfMgrObjectRelease;
};
-//_________________________________________________________________________________________________________________
-// definitions
-//_________________________________________________________________________________________________________________
-
//*****************************************************************************************************************
// constructor
//*****************************************************************************************************************