/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ #include "ids.hrc" #include "lockfailed.hxx" #include LockFailedQueryBox::LockFailedQueryBox( vcl::Window* pParent, ResMgr* pResMgr ) : MessBox(pParent, 0, ResId(STR_LOCKFAILED_TITLE, *pResMgr).toString(), OUString() ) { SetImage( ErrorBox::GetStandardImage() ); AddButton( StandardButtonType::OK, RET_OK, ButtonDialogFlags::OK ); AddButton( StandardButtonType::Cancel, RET_CANCEL, ButtonDialogFlags::Cancel ); SetMessText(ResId(STR_LOCKFAILED_MSG, *pResMgr ).toString()); SetCheckBoxText(ResId(STR_LOCKFAILED_DONTSHOWAGAIN, *pResMgr).toString()); } LockFailedQueryBox::~LockFailedQueryBox() { } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ stro/cib/libreoffice-5-4'>distro/cib/libreoffice-5-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/drawinglayer/inc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-03-17 09:31:14 +0200
committerTor Lillqvist <tml@collabora.com>2014-03-17 09:31:14 +0200
commit7af311d2813139660dd2e55cd34bfbd34b650255 (patch)
tree7a2d2222ec18bf729f3df203d60703306dbb4bf0 /drawinglayer/inc
parent1eb20c97e4d0f644efcf46aedac619a9765488c3 (diff)
Add vcl.opengl
Change-Id: I9c809cae0420e73d2e4a447b9d8a3a03e42dc723