summaryrefslogtreecommitdiff
path: root/i18npool/source/localedata/LocaleNode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'i18npool/source/localedata/LocaleNode.hxx')
-rw-r--r--i18npool/source/localedata/LocaleNode.hxx24
1 files changed, 12 insertions, 12 deletions
diff --git a/i18npool/source/localedata/LocaleNode.hxx b/i18npool/source/localedata/LocaleNode.hxx
index 59940db867ed..89e85bc39431 100644
--- a/i18npool/source/localedata/LocaleNode.hxx
+++ b/i18npool/source/localedata/LocaleNode.hxx
@@ -145,7 +145,7 @@ class LCInfoNode : public LocaleNode {
public:
inline LCInfoNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
@@ -154,7 +154,7 @@ public:
inline LCCTYPENode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCFormatNode : public LocaleNode {
@@ -164,7 +164,7 @@ public:
inline LCFormatNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCCollationNode : public LocaleNode {
@@ -172,7 +172,7 @@ public:
inline LCCollationNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCIndexNode : public LocaleNode {
@@ -180,7 +180,7 @@ public:
inline LCIndexNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCSearchNode : public LocaleNode {
@@ -188,7 +188,7 @@ public:
inline LCSearchNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCCalendarNode : public LocaleNode {
@@ -196,7 +196,7 @@ public:
inline LCCalendarNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCCurrencyNode : public LocaleNode {
@@ -204,7 +204,7 @@ public:
inline LCCurrencyNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCTransliterationNode : public LocaleNode {
@@ -212,7 +212,7 @@ public:
inline LCTransliterationNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCMiscNode : public LocaleNode {
@@ -220,7 +220,7 @@ public:
inline LCMiscNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCNumberingLevelNode : public LocaleNode {
@@ -228,7 +228,7 @@ public:
inline LCNumberingLevelNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
class LCOutlineNumberingLevelNode : public LocaleNode {
@@ -236,7 +236,7 @@ public:
inline LCOutlineNumberingLevelNode (const OUString& name,
const Reference< XAttributeList > & attr) : LocaleNode (name, attr) { ; };
- virtual void generateCode (const OFileWriter &of) const;
+ virtual void generateCode (const OFileWriter &of) const SAL_OVERRIDE;
};
#endif