summaryrefslogtreecommitdiffstats
path: root/cui/source/options/readonlyimage.src
diff options
context:
space:
mode:
authorabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-30 12:33:32 +0200
committerabdulmajeed ahmed <aalabdulrazzaq@kacst.edu.sa>2013-05-30 12:42:45 +0200
commitfa3d5ca1f99fe253689004a45ec2888ebbe85fd3 (patch)
treec29bc2236ddbb7d983633d6d620170b67e425dc9 /cui/source/options/readonlyimage.src
parentFix tinderbox failures due to missing include (diff)
downloadcore-fa3d5ca1f99fe253689004a45ec2888ebbe85fd3.tar.gz
core-fa3d5ca1f99fe253689004a45ec2888ebbe85fd3.zip
Convert Languages tab page to .ui
Deleted the readonly images too,it was not used any where else and was just confusing. Change-Id: Ibdcda961966ceab28b224335bfa2e154a395e788
Diffstat (limited to 'cui/source/options/readonlyimage.src')
-rw-r--r--cui/source/options/readonlyimage.src35
1 files changed, 0 insertions, 35 deletions
diff --git a/cui/source/options/readonlyimage.src b/cui/source/options/readonlyimage.src
deleted file mode 100644
index 2757d353646a..000000000000
--- a/cui/source/options/readonlyimage.src
+++ /dev/null
@@ -1,35 +0,0 @@
-/* -*- 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 <cuires.hrc>
-
-String RID_SVXSTR_READONLY_CONFIG_TIP
-{
- Text [ en-US ] = "This setting is protected by the Administrator";
-};
-Image RID_SVXBMP_LOCK
-{
- ImageBitmap = Bitmap
- {
- File = "lock.bmp";
- };
- MaskColor = Color { Red=0xffff; Green=0x0000; Blue=0xffff; };
-};
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */