summaryrefslogtreecommitdiff
path: root/connectivity/inc/connectivity/IParseContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/inc/connectivity/IParseContext.hxx')
-rw-r--r--connectivity/inc/connectivity/IParseContext.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/connectivity/inc/connectivity/IParseContext.hxx b/connectivity/inc/connectivity/IParseContext.hxx
index 16bae3465820..1724b7310bbc 100644
--- a/connectivity/inc/connectivity/IParseContext.hxx
+++ b/connectivity/inc/connectivity/IParseContext.hxx
@@ -102,6 +102,9 @@ namespace connectivity
<p>if this is not overridden by derived classes, it returns the static default locale.</p>
*/
virtual ::com::sun::star::lang::Locale getPreferredLocale( ) const = 0;
+
+ protected:
+ ~IParseContext() {}
};
}