summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/printer/cupsmgr.cxx
diff options
context:
space:
mode:
authorThorsten Behrens <Thorsten.Behrens@CIB.de>2016-06-21 03:12:12 +0200
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2016-06-21 03:13:32 +0200
commit0c1767d9466adf0729eb8e1f43ddb80a31886898 (patch)
tree13c151dded86fa13bd19ded4c67f6e4f16c23b29 /vcl/unx/generic/printer/cupsmgr.cxx
parentf9b46bbd2446a6c9a0aaab31016536bda4a77294 (diff)
vcl: fix dbglevel>1 build
Change-Id: I94c35499d395d10a86a821a28e57ad3c1d8ec485
Diffstat (limited to 'vcl/unx/generic/printer/cupsmgr.cxx')
-rw-r--r--vcl/unx/generic/printer/cupsmgr.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/unx/generic/printer/cupsmgr.cxx b/vcl/unx/generic/printer/cupsmgr.cxx
index 2da3bf90e4fc..6f000e442f5f 100644
--- a/vcl/unx/generic/printer/cupsmgr.cxx
+++ b/vcl/unx/generic/printer/cupsmgr.cxx
@@ -670,7 +670,7 @@ bool CUPSManager::endSpool( const OUString& rPrintername, const OUString& rJobTi
" option " << pOptions[n].name << "=" << pOptions[n].value);
#if OSL_DEBUG_LEVEL > 1
OString aCmd( "cp " );
- aCmd = aCmd + files.front();
+ aCmd = aCmd + it->second.getStr();
aCmd = aCmd + OString( " $HOME/cupsprint.ps" );
system( aCmd.getStr() );
#endif