summaryrefslogtreecommitdiff
path: root/svl/inc/svl/zformat.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svl/inc/svl/zformat.hxx')
-rw-r--r--svl/inc/svl/zformat.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svl/inc/svl/zformat.hxx b/svl/inc/svl/zformat.hxx
index 1f0becdda7af..cae9f54b4b14 100644
--- a/svl/inc/svl/zformat.hxx
+++ b/svl/inc/svl/zformat.hxx
@@ -160,7 +160,7 @@ public:
const SvNumberNatNum& GetNatNum() const { return aNatNum; }
// check, if the format code contains a subformat for text
- const bool HasTextFormatCode() const;
+ bool HasTextFormatCode() const;
private:
ImpSvNumberformatInfo aI; // Hilfsstruct fuer die restlichen Infos
@@ -336,7 +336,7 @@ public:
sal_Bool HasNewCurrency() const;
// check, if the format code contains a subformat for text
- const bool HasTextFormatCode() const;
+ bool HasTextFormatCode() const;
// Build string from NewCurrency for saving it SO50 compatible
void Build50Formatstring( String& rStr ) const;