summaryrefslogtreecommitdiff
path: root/svl/inc/svl/metitem.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/metitem.hxx')
-rw-r--r--svl/inc/svl/metitem.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/svl/inc/svl/metitem.hxx b/svl/inc/svl/metitem.hxx
index a5eecbebfa61..92f46002d5ee 100644
--- a/svl/inc/svl/metitem.hxx
+++ b/svl/inc/svl/metitem.hxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -44,10 +45,11 @@ public:
~SfxMetricItem() {
DBG_DTOR(SfxMetricItem, 0); }
- virtual int ScaleMetrics( long lMult, long lDiv );
- virtual int HasMetrics() const;
+ virtual bool ScaleMetrics( long lMult, long lDiv );
+ virtual bool HasMetrics() const;
};
#endif
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */