diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-09-29 09:18:51 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2017-09-29 21:14:10 +0200 |
commit | 442771d105fbce531ec3df5673dcc4a5f7a8bc7b (patch) | |
tree | 477b103a5aeb22fa87d9d1af45640c73236033f0 /vcl/osx/salprn.cxx | |
parent | 41af2a9e26f3ee6b505b343120d5df3617ba5c49 (diff) |
OSX rename mpFirstInstance to mpInstance
In the same spirit as the Windows commit
7c52d86f7b05fe7e0178f6d98a12a531b88a32ff.
Change-Id: Ic45803c0715723b6f57c9f6a0c731edd559aa92c
Reviewed-on: https://gerrit.libreoffice.org/42932
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/osx/salprn.cxx')
-rw-r--r-- | vcl/osx/salprn.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salprn.cxx b/vcl/osx/salprn.cxx index 2f8a84ed6c92..25f312b1daf9 100644 --- a/vcl/osx/salprn.cxx +++ b/vcl/osx/salprn.cxx @@ -358,7 +358,7 @@ bool AquaSalInfoPrinter::StartJob( const OUString* i_pFileName, bool bSuccess = false; bool bWasAborted = false; - AquaSalInstance* pInst = GetSalData()->mpFirstInstance; + AquaSalInstance* pInst = GetSalData()->mpInstance; PrintAccessoryViewState aAccViewState; sal_Int32 nAllPages = 0; |