diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 13:35:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-12-18 14:12:34 +0100 |
commit | b1fab4ab325636eacf7c0387d55b6cc184f89c5f (patch) | |
tree | ae4fc4883d0106d08384eb9f628b28087babe991 /sw/source/uibase/app/appenv.cxx | |
parent | e5bd0f8b0a83f5c7f0f204adc081b102c765ca8e (diff) |
sw: Use appropriate OUString functions on string constants
Change-Id: I9c3e03324c69beb5af4c43da208086600876f875
Diffstat (limited to 'sw/source/uibase/app/appenv.cxx')
-rw-r--r-- | sw/source/uibase/app/appenv.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/uibase/app/appenv.cxx b/sw/source/uibase/app/appenv.cxx index 2cafbbbc163f..3f0e1731708a 100644 --- a/sw/source/uibase/app/appenv.cxx +++ b/sw/source/uibase/app/appenv.cxx @@ -102,7 +102,7 @@ OUString InsertLabEnvText( SwWrtShell& rSh, SwFldMgr& rFldMgr, const OUString& r if ( nPos == -1 ) { sTmpText = aLine; - aLine = ""; + aLine.clear(); } else { |