summaryrefslogtreecommitdiff
path: root/svtools/source/control/scriptedtext.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-04-09 10:15:47 +0200
commitfa72a0e94dab1a02c067e8e629f68a548bf2492b (patch)
tree2cb09e00a0cae8a126d9c2cfea279668d0e45e98 /svtools/source/control/scriptedtext.cxx
parentcc725643fded8c9237403f12bb6eed9d964e55c9 (diff)
Remove unused code
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
Diffstat (limited to 'svtools/source/control/scriptedtext.cxx')
-rw-r--r--svtools/source/control/scriptedtext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/control/scriptedtext.cxx b/svtools/source/control/scriptedtext.cxx
index acc1ab752566..798885b9f7c0 100644
--- a/svtools/source/control/scriptedtext.cxx
+++ b/svtools/source/control/scriptedtext.cxx
@@ -50,7 +50,7 @@ private:
Size maTextSize; /// The size the text will take in the current output device.
/** Assignment operator not implemented to prevent usage. */
- SvtScriptedTextHelper_Impl& operator=( const SvtScriptedTextHelper_Impl& );
+ SvtScriptedTextHelper_Impl& operator=( const SvtScriptedTextHelper_Impl& ) SAL_DELETED_FUNCTION;
/** Gets the font of the given script type. */
const Font& GetFont( sal_uInt16 _nScript ) const;