diff options
author | Tor Lillqvist <tml@iki.fi> | 2013-08-08 14:36:52 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2013-08-08 14:36:52 +0300 |
commit | c34fabe9eaf1a02512bafc3c4e2cf9c3abba023c (patch) | |
tree | e56988b0261e8f81301e25026e65d5e6f797fc30 /sd/source | |
parent | 68277c3249489c4e4364275eb5c5920f44fe40b1 (diff) |
Bin a couple of pointless macros only used once
Change-Id: I7d0c812afbbeeb4ea9835f957024b6bf86dfdaaf
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/filter/html/htmlex.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/filter/html/htmlex.cxx b/sd/source/filter/html/htmlex.cxx index 60daba3e7e0e..a51ef5a6a714 100644 --- a/sd/source/filter/html/htmlex.cxx +++ b/sd/source/filter/html/htmlex.cxx @@ -3121,7 +3121,7 @@ bool HtmlExport::checkForExistingFiles() if( bFound ) { - ResMgr *pResMgr = CREATERESMGR( dbw ); + ResMgr *pResMgr = ResMgr::CreateResMgr( "dbw" ); if( pResMgr ) { ResId aResId( 4077, *pResMgr ); |