diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 19:26:32 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-25 19:26:45 +1100 |
commit | 14082acc33a55055cd0b44070aba7aa4f4c291a3 (patch) | |
tree | 3f17709e5cad71d5556a998104e06a2e26933ce7 /vcl/inc | |
parent | 0fa7ec953f1c3fc58681e122ec591b4af04f6967 (diff) |
vcl: fix cupsmgr.hxx header guards
Change-Id: Ia2d47cb4f30bae43db0089dfa0e7f382f4539a03
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/cupsmgr.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/inc/unx/cupsmgr.hxx b/vcl/inc/unx/cupsmgr.hxx index 2f49fb81a62d..a022e22b5e4a 100644 --- a/vcl/inc/unx/cupsmgr.hxx +++ b/vcl/inc/unx/cupsmgr.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_VCL_INC_CUPSMGR_HXX -#define INCLUDED_VCL_INC_CUPSMGR_HXX +#ifndef INCLUDED_VCL_INC_UNX_CUPSMGR_HXX +#define INCLUDED_VCL_INC_UNX_CUPSMGR_HXX #include "vcl/printerinfomanager.hxx" #include "osl/module.h" |